home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / u / utility / 1st_word / 1stword.prt / gemini10.hex < prev    next >
Encoding:
Text File  |  1996-11-17  |  9.4 KB  |  260 lines

  1. ****************************************************************
  2. *
  3. *    Gemini 10X  Matrix Printer Driver Configuration Table
  4. *
  5. *    This  file contains tables defining the code sequences
  6. *    to be sent to the printer to perform various functions
  7. *    and to access the characters from codes in the Atari
  8. *    character set.
  9. *
  10. ****************************************************************
  11.  
  12. *
  13. * Name of printer
  14. * ===============
  15. *
  16. Gemini 10X 
  17.  
  18. *
  19. * Miscellaneous configurable variables
  20. * ====================================
  21. *
  22. * 1: printer type, 0=dot matrix, 1=daisy wheel
  23. *    Note if printer type is 0 the following 4 variables are never used.
  24. * 2: unit width of one character
  25. * 3: unit height of one line
  26. * 4: Approximate middle of carriage after formfeed
  27. * 5: Carriage shift for bold overstrike
  28. *
  29. 0, 0, 0, 0, 0
  30.  
  31. *
  32. * Printer characteristics
  33. * =======================
  34. *
  35. * This table specifies the printer command sequences.
  36. * If the top bit of a code is set, then this indicates the position
  37. * of a parameter passed to the printer. The code whose top bit is set
  38. * in this table is added to the parameter passed before being sent to the
  39. * printer. It is not used in all command sequences, only in those where 
  40. * the printer requires  a variable value such as the length of a vertical 
  41. * tab.
  42. *
  43. * 0            * Character width
  44. 1, D, A        * Linefeed WITH return
  45. * 2            * Forward print
  46. * 3            * Reverse print
  47. * 4, 1B, 42, 80, 0, B                * Vertical tab to line (FX or LX)
  48. * 5            * Absolute horizontal tab 
  49. 6, 1B, 45      * Draft bold on
  50. 7, 1B, 46      * Draft bold off
  51. 8, 1B, 47      * Near Letter Quality (NLQ) bold on (LX80)
  52. 9, 1B, 48      * NLQ bold off
  53. A, 1B, 34      * Draft italic on
  54. B, 1B, 35      * Draft italic off
  55. C, 1B, 34, 1B, 47       * NLQ italic on
  56. D, 1B, 48, 1B, 35       * NLQ italic off
  57. * E            * Draft light on
  58. * F            * Draft light off
  59. 10, 1B, 46     * NLQ light on
  60. 11, 1B, 45     * NLQ light off
  61. 12, 1B, 53, 0  * Draft superscript on
  62. 13, 1B, 54     * Draft superscript off
  63. 14, 1B, 47, 1B, 53, 0           * NLQ superscript on
  64. 15, 1B, 54, 1B, 47              * NLQ superscript off
  65. 16, 1B, 53, 1  * Draft subscript on
  66. 17, 1B, 54     * Draft subscript off
  67. 18, 1B, 47, 1B, 53, 1           * NLQ subscript on
  68. 19, 1B, 54, 1B, 47                 * NLQ subscript off
  69. 1A, 1B, 2D, 1  * Draft underline on
  70. 1B, 1B, 2D, 0  * Draft underline off
  71. 1C, 1B, 2D, 1  * NLQ underline on
  72. 1D, 1B, 2D, 0  * NLQ underline off
  73. 1E, C          * Formfeed
  74. 1F, 12         * Horizontal initialisation
  75. * 20           * Vertical initialisation
  76. 21, 1B, 40     * Termination: printer reset
  77. 0              * NULL termination byte
  78.  
  79. *
  80. * Translation Table
  81. * =================
  82. *
  83. * This table provides translation from single Atari input bytes into
  84. * multiple Epson printer codes, and is useful for printing extraneous
  85. * characters such as accented characters etc. All characters are 
  86. * subjected to translation, but if there is no entry in the table for
  87. * a particular code, then the original code is sent to the printer.
  88. *
  89. * The entries must be arranged in ascending order of Atari input
  90. * code. The table is NULL terminated.
  91.  
  92. 0                                  * NULL: print a space 
  93. 1, 1B, 52, 0, 7C, 8, 5E            * Up arrow: USA | backspace USA ^
  94. 2, 1B, 52, 0, 7C, 8, 76            * Down arrow: USA | backspace USA v
  95. 3, 2D, 8, 3E  * Right arrow: - backspace >
  96. 4, 3C, 8, 2D  * Left arrow: - backspace <
  97. 5             * No close box
  98. 6             * No size box
  99. 7             * No full box
  100. 8             * No tick
  101. 9             * No clock
  102. A             * No bell
  103. B             * No musical note
  104. E             * No LH Atari symbol     
  105. F             * No RH Atari symbol
  106. 10, 30        * LCD 0
  107. 11, 31        * LCD 1
  108. 12, 32        * LCD 2    
  109. 13, 33        * LCD 3
  110. 14, 34        * LCD 4
  111. 15, 35        * LCD 5
  112. 16, 36        * LCD 6
  113. 17, 37        * LCD 7     
  114. 18, 38        * LCD 8
  115. 19, 39        * LCD 9     
  116. 23, 1B, 52, 0, 23        * # from USA fount
  117. 24, 1B, 52, 0, 24        * $ from USA fount
  118. 40, 1B, 52, 0, 40        * @ from USA fount
  119. 5B, 1B, 52, 0, 5B        * [ from USA fount
  120. 5C, 1B, 52, 0, 5C        * \ from USA fount
  121. 5D, 1B, 52, 0, 5D        * ] from USA fount
  122. 5E, 1B, 52, 0, 5E        * ^ from USA fount
  123. 60, 1B, 52, 0, 60        * ' from USA fount
  124. 7B, 1B, 52, 0, 7B        * { from USA fount
  125. 7C, 1B, 52, 0, 7C        * | from USA fount
  126. 7D, 1B, 52, 0, 7D        * } from USA fount
  127. 7E, 1B, 52, 0, 7E        * ~ from USA fount
  128. 7F                       * No triangle
  129. 80, 43, 8, 2C            * Capital C cedilla: C backspace ,
  130. 81, 1B, 52, 2, 7D        * Lower case u umlaut from German fount
  131. 82, 1B, 52, 1, 7B        * Lower case e acute from French fount 
  132. 83, 61, 8, 1B, 52, 0, 5E * Lower case a circumflex: a backspace USA ^
  133. 84, 1B, 52, 2, 7B        * Lower case a umlaut from German fount
  134. 85, 1B, 52, 1, 40        * Lower case a grave from French fount
  135. 86, 1B, 52, 4, 7D        * Lower case a boll from Danish 1 fount
  136. 87, 1B, 52, 1, 5C        * Lower case c cedilla from French fount
  137. 88, 65, 8, 1B, 52, 0, 5E * Lower case e circumflex: e backspace USA ^
  138. 89, 65, 8, 1B, 52, 1, 7E * Lower case e umlaut: e backspace French umlaut
  139. 8A, 1B, 52, 1, 7D        * Lower case e grave from French fount
  140. 8B, 69, 8, 1B, 52, 1, 7E * Lower case i umlaut: i backspace French umlaut
  141. 8C, 69, 8, 1B, 52, 0, 5E * Lower case i circumflex: i backspace USA ^
  142. 8D, 1B, 52, 6, 7E        * Lower case i grave from Italian fount
  143. 8E, 1B, 52, 2, 5B        * Capital A umlaut from German fount
  144. 8F, 1B, 52, 4, 5D        * Capital A boll from Danish 1 fount
  145. 90, 1B, 52, 9, 40        * Capital E acute from Norwegian fount
  146. 91, 1B, 52, 4, 7B        * Lower case ae dipthong from Danish 1 fount
  147. 92, 1B, 52, 4, 5B        * Capital AE dipthong from Danish 1 fount
  148. 93, 6F, 8, 1B, 52, 0, 5E * Lower case o circumflex: o backspace USA ^
  149. 94, 1B, 52, 2, 7C        * Lower case o umlaut from German fount
  150. 95, 1B, 52, 6, 7C        * Lower case o grave from Italian fount
  151. 96, 75, 8, 1B, 52, 0, 5E * Lower case u circumflex: u backspace USA ^
  152. 97, 1B, 52, 1, 7C        * Lower case u grave from French fount
  153. 98, 79, 8, 1B, 52, 1, 7E * Lower case y umlaut: y backspace French umlaut
  154. 99, 1B, 52, 2, 5C        * Capital O umlaut from German fount
  155. 9A, 1B, 52, 2, 5D        * Capital U umlaut from German fount
  156. 9B, 63, 8, 1B, 52, 0, 7C * c cent: c backspace USA |
  157. 9C, 1B, 52, 3, 23        * Pound sterling from UK fount
  158. 9D, 1B, 52, 8, 5C        * Yen from Japanese fount
  159. 9E, 1B, 52, 2, 7E        * Esszet from German fount
  160. 9F, 66                   * Lower case swash f: print f
  161. A0, 61, 8, 27            * Lower case a acute: a backspace '
  162. A1, 69, 8, 27            * Lower case i acute: i backspace '
  163. A2, 6F, 8, 27            * Lower case o acute: o backspace '
  164. A3, 75, 8, 27            * Lower case u acute: u backspace '
  165. A4, 1B, 52, 7, 7C        * Lower case n tilde from Spanish fount
  166. A5, 1B, 52, 7, 5C        * Capital N tilde from Spanish fount
  167. A6, 61, 8, 5F            * Lower case a underline: a backspace underline
  168. A7, 6F, 8, 5F            * Lower case o underline: o backspace underline
  169. A8, 1B, 52, 7, 5D        * Inverted ? from Spanish fount
  170. A9                       * No top left corner     
  171. AA                       * No top right corner
  172. AB                       * No 1/2 fraction
  173. AC                       * No 1/4 fraction
  174. AD, 1B, 52, 7, 5B        * Inverted ! from Spanish fount
  175. AE                       * No <<
  176. AF                       * No >>
  177. B0, 61, 8, 1B, 52, 0, 7E * Lower case a tilde: a backspace USA ~
  178. B1, 6F, 8, 1B, 52, 0, 7E * Lower case o tilde: o backspace USA ~
  179. B2, 1B, 52, 4, 5C        * Capital crossed O from Danish 1 fount
  180. B3, 1B, 52, 4, 7C        * Lower case crossed o from Danish 1 fount
  181. B4                       * No lower case oe dipthong
  182. B5                       * No capital OE dipthong
  183. B6, 41                   * No capital A grave: print A
  184. B7, 41                   * No capital A tilde: print A
  185. B8, 4F                   * No capital O tilde: print O
  186. B9, 1B, 52, 1, 7E        * Umlaut from French fount
  187. BA, 27                   * Acute: print '
  188. BB                       * No dagger
  189. BC                       * No paragraph symbol
  190. BD                       * No copyright symbol
  191. BE                       * No Registered symbol
  192. BF                       * No Trademark symbol
  193. C0, 79, 8, 1B, 52, 1, 7E * ij ligature: y backspace French umlaut
  194. C1, 59                   * Capital IJ ligature: print Y
  195. C2        * No Hebrew...
  196. C3
  197. C4
  198. C5
  199. C6
  200. C7
  201. C8
  202. C9
  203. CA
  204. CB
  205. CC
  206. CD
  207. CE
  208. CF
  209. D0
  210. D1
  211. D2
  212. D3
  213. D4
  214. D5
  215. D6
  216. D7
  217. D8
  218. D9
  219. DA
  220. DB
  221. DC
  222. DD, 1B, 52, 2, 40   * Section mark from German fount
  223. DE        * No dropped circumflex
  224. DF        * No infinity
  225. E0        * No alpha
  226. E1, 1B, 52, 2, 7E   * Esszet from German fount     
  227. E2        * No Greek....
  228. E3
  229. E4
  230. E5
  231. E6
  232. E7
  233. E8
  234. E9
  235. EA
  236. EB
  237. EC
  238. ED
  239. EE
  240. EF
  241. F0, 3D, 8, 5F       * Equivalence: = backspace _
  242. F1, 2B, 8, 5F       * +-: + backspace _
  243. F2, 3E, 8, 5F       * >=: > backspace _
  244. F3, 3C, 8, 5F       * <=: < backspace _
  245. F4                  * No integral top piece
  246. F5                  * No integral bottom piece
  247. F6, 3A, 8, 2D       * Division sign: : backspace -
  248. F7                  * No twiddly = symbol
  249. F8, 1B, 52, 1, 5B   * Degree symbol from French fount
  250. F9        * No superior bullet
  251. FA        * No inferior bullet
  252. FB        * No square root sign
  253. FC        * No superior n
  254. FD        * No superior 2
  255. FE        * No superior 3
  256. FF        * No macron     
  257. 0
  258.  
  259.